Two pointers
Is Subsequence (LeetCode 392)
algorithm leetcode two pointers
Comments CountProblem description
Given a string s and a string t, check if s is subsequence of t.
algorithm leetcode two pointers
Comments CountGiven a string s and a string t, check if s is subsequence of t.